home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 November: Tool Chest / Dev.CD Nov 96 TC / Dev.CD Nov 96 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / Sources / DebugUtils.h < prev    next >
Encoding:
Text File  |  1996-07-09  |  262 b   |  16 lines  |  [TEXT/CWIE]

  1. // DebugUtils.c
  2. //
  3. // Original version by Jon Lansdell and Nigel Humphreys.
  4. // 4.0 and 3.1 updates by Greg Sutton.
  5. // ©Apple Computer Inc 1996, all rights reserved.
  6.  
  7. #include <Types.h>
  8.  
  9.  
  10. void DebugNum ( long err );
  11.  
  12. void DebugStrNum ( Str255 str, long num );
  13.  
  14.  
  15.  
  16.